set gCDpath to createCDpath("RCA", "MEDIA" & gFileSep & "XOBJ" & gFileSep & "MEGOGIGO")
if gCDpath = 0 then
alert("Please check that the Road Construction Ahead CD is in your CD-ROM drive.")
quit()
end if
set gCDpath to gCDpath & "\MEDIA" & gFileSep
if not (the quickTimePresent) then
alert("This presentation requires that QuickTime be installed on your system. The QuickTime folder on this CD contains everything needed for installation.")
quit()
end if
if gCPU = #Windows then
if the colorDepth <> 8 then
alert("Road Construction Ahead requires that your monitor be set to 256 colors. Please change the setting and restart Windows.")